.teachingtrends{
    margin: auto;
    width: 90%;
    margin-top: 129px;
}
.teachingtrendstitle{
    color: #6B248A;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}
.teachingtrendsinnertext{
    color: #454545;
    font-size: 16px;
    height: 184px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: 32px;
}
.teachingtrendsmore{
    width: 73px;
    height: 29px;
    margin-top: 30px;
    margin-left: 83%;
    background-color: #6A258A;
    color: white;
    line-height: 29px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
}
.teachingtrendspages{
    margin-top: 137px;
    margin-left: 60%;
    color: #6A258A;
    font-weight: 600;
}
.teachingtrendspages button{
    background: none;
    border: 0px;
    color: #FC974F;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 193px;
}
@media screen and (max-width: 415px){
    .teachingtrendsmore{
        margin-top: 20px;
        margin-left: 70%;
    }
    .teachingtrends{
        margin-top: 50px;
    }
    .firsttitle{
        margin-top: 25px;
    }
    .teachingtrendspages{
        margin-left: 7%;
        margin-top: 40px;
    }
    .teachingtrendspages button{
        margin-bottom: 35px;
    }
    .teachingtrendsinnertext{
        height: auto;
    }
}
@media screen and (max-width: 321px){
    .teachingtrendspages{
        margin-left: -2%;
    }
}